@media only screen and (min-width: 1024px) and (max-width: 1372px) {
  #qi_header .nav ul li button.wrap{
    padding: 0 calc(1vw)
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {

  /*解决高度踏塌*/
  .m_top_place{
    display: block;
  }
  .top_place{
    display: none;
  }


  #qi_header,#banner{
    display: none;
  }
  #m_qi_header{
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background: #256a9a;
    z-index: 100;
  }
  #m_qi_header .m_list{
    position: absolute;
    top: 0;
    left: 0;
  }
  #m_qi_header .m_list i.icon-list,
  #m_qi_header .m_list i.icon-close{
    position: absolute;
    top: 0;
    left: 0;
  }
  #m_qi_header .m_list i.icon-close{
    display: none;
  }
  #m_qi_header .m_list .nav{
    padding: 4%;
    position: fixed;
    top: 50px;
    left: -60%;
    margin: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 101;
    transition: all .5s ease-out;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #m_qi_header .m_list .filter{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    transition: all .5s ease-out;
  }
  #m_qi_header .m_list .nav .item .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 0;
    width: 100%;
    font-size: 16px;
    border: none;
    background: transparent;
  }
  #m_qi_header .m_list .nav .item .wrap a{
    padding-right: 5px;
    color: #333;
  }
  #m_qi_header .m_list .nav .item .wrap .flag{
    border-top: 4px solid #999;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #m_qi_header .m_list .nav .item .wrap.user{
    flex-direction: column;
  }
  #m_qi_header .m_list .nav .item .wrap.user .img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  #m_qi_header .m_list .nav .item .wrap.user .img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  #m_qi_header .m_list .nav .item .s_nav{
    transition: all 0.3s ease-out;
    display: none;
  }
  #m_qi_header .m_list .nav .item .s_nav a{
    text-indent: 1em;
    padding: 2% 0;
    display: block;
    color: #666;
    font-size: 14px;
  }
  #m_qi_header .m_list .nav .item .s_nav a i{
    padding-right: 5px;
  }

  
  #m_qi_header .m_search{
    position: absolute;
    top: 0;
    right: 0;
  }
  #m_qi_header .m_list i.icon-list,
  #m_qi_header .m_list i.icon-close,
  #m_qi_header .m_search i.icon-search{
    padding:  14px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
  }
  #m_qi_header .m_list i.icon-list,
  #m_qi_header .m_search i.icon-search{
    display: block;
  }
  #m_qi_header .m_logo{
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 40px;
  }
  #m_qi_header .m_logo img{
    padding: 5px 0;
    width: 100%;
    height: 100%;
  }

  #m_qi_header .m_search .search{
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 101;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
  }
  #m_qi_header .m_search .search form{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 30px;
  }
  #m_qi_header .m_search .search form .text{
    padding-left: 2%;
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
  }
  #m_qi_header .m_search .search form .button{
    margin-left: 2%;
    flex: 0 0 20%;
    width: 20%;
    height: 100%;
    background: #d42333;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    border: none;
  }


  .car_mobile_footer{
    padding: 4% 2%;
    margin: 2% auto 0 auto;
    box-sizing: border-box;
    background: #fff;
    width: 96%;
    display: block !important;
  }
  .car_mobile_commonWrapper .car_m_Ltools{
    text-align: left;
  }
  .car_mobile_commonWrapper .car_m_Rewm{
    width: 40%;
    flex:0 0 40%;
  }
  .car_mobile_commonWrapper .car_m_Ltools span a {
    font-size: 14px;
    color: #333;
    text-align: center
  }
  .car_mobile_commonWrapper .car_m_Rewm img{
    width: 55%;
  }
  .car_mobile_footer p:last-child{
    margin-top: 5px;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }


}
